github.com/gotd/td/syncio.BufWriterAt.buf (field)
11 uses
github.com/gotd/td/syncio (current package)
writer_at.go#L32: buf []byte
writer_at.go#L41: return append(make([]byte, 0, len(b.buf)), b.buf...)
writer_at.go#L49: return len(b.buf)
writer_at.go#L61: l := int64(len(b.buf))
writer_at.go#L66: r := b.buf[off:]
writer_at.go#L73: copy(p, b.buf[from:to])
writer_at.go#L87: if len(b.buf) < ends {
writer_at.go#L89: copy(newBuf, b.buf)
writer_at.go#L90: b.buf = newBuf
writer_at.go#L95: copy(b.buf[from:to], p)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |